'Declaration
Protected Overloads Function RenderSegment( _ ByVal pts() As Point _ ) As PathFigure
'Usage
Dim instance As Area Dim pts() As Point Dim value As PathFigure value = instance.RenderSegment(pts)
protected PathFigure RenderSegment( Point[] pts )
Parameters
- pts